home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr35
/
ezdiz20s.zip
/
B-DIZ.BAT
next >
Wrap
DOS Batch File
|
1993-05-22
|
249b
|
7 lines
rem - process all files in current directory
rem - usage: B-DIZ [F] <enter>
rem - assumes directory file to update is a:\updir
rem - optional switch F (%1) may be used for Forced Write mode
echo off
for %%x in (*.*) do ez-diz a:\updir %%x %1